home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / chip.exe / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-08-17  |  69 b   |  5 lines

  1. on(release){
  2.    fscommand("quit");
  3.    getUrl("index.htm", "");
  4. }
  5.